<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/*Html5*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
/*Base*/
html {
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%; 
}
* {
    margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
    background: transparent; 
	outline:none;
	blr:expression(this.onFocus=this.blur());
}
a:focus {
    outline: 0;
}
a:active,
a:hover {
    outline: 0;
	/*transition:text-shadow 500ms ease-in 0ms, color 500ms ease-in 0ms;*/
}
img {
    border: 0;
	-ms-interpolation-mode:bicubic
}
a img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
button,
input,
select,
textarea {
    font-family: inherit; 
    font-size: 100%; 
    margin: 0;
    outline:none;
}
button,
input {
    line-height: normal;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"], 
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; 
    cursor: pointer; 
}

button[disabled],
html input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; 
    padding: 0; 
}
input[type="search"] {
    -webkit-appearance: textfield; 
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; 
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input.submit {
	border: 0;
	margin: 0;
	cursor: pointer;
}
input.radio {
	width: 13px;
	height: 13px;
	float: left;
	display: inline;
}
textarea {
    overflow: auto; 
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*����*/
.clear {
	clear: both;
}
.fl {
	float:left;
}
.fr {
	float:right;
}

@font-face {
	font-family:"Number DIN";
	font-weight:200;
	font-style:normal;
	src:url(../font/DIN.eot);
	src:url(../font/DIN.eot?#iefix) format("eot"),url(../font/DIN.woff2) format("woff2"),url(../font/DIN.woff) format("woff"),url(../font/DIN.ttf) format("truetype"),url(../font/DIN.svg) format("svg")
}

/*ȫ��*/
html,body,td,th {
	color: #333;
	line-height:22px;
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%; 
	font-family: "微软雅黑", "microsoft yahei", Arial, sans-serif;
	font-size: 12px;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #FF3300;
}
a:active {
	text-decoration: none;
	color: #000;
}
ul,ol,li,dl,dt,dd,p {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	list-style-type: none;
}

body,h1,h2,h3,h4,h5,h6,dl,dt,li,dd,th,td,p,pre,form,input,button,textarea,hr{margin:0;padding:0;}h1,h2,h3,h4,h5,h6{font-size:100%;}button,input,select,textarea{font-size:100%;}ul,ol{
	padding: 0px;
}
body {position:relative;}

/*#transform {transition: color 300ms ease-in 0ms, background 300ms ease-in 0ms, border 300ms ease-in 0ms, height 300ms ease-in 0ms, width 300ms ease-in 0ms;}
#transform * {transition: color 300ms ease-in 0ms, background 300ms ease-in 0ms, border 300ms ease-in 0ms, height 300ms ease-in 0ms, width 300ms ease-in 0ms;}*/

#transform {transition: all 300ms ease-in 0ms;}
#transform * {transition: all 300ms ease-in 0ms;}

#transform:before,
#transform:after {transition: color 300ms ease-in 0ms, background 300ms ease-in 0ms, border 300ms ease-in 0ms;transition-duration:0.4s;-webkit-transition-duration:0.4s;-moz-transition-duration:0.4s;-ms-transition-duration:0.4s;-o-transition-duration:0.4s;}
#transform img {transition:0.6s;transition-duration:0.6s;-webkit-transition-duration:0.6s;-moz-transition-duration:0.6s;-ms-transition-duration:0.6s;-o-transition-duration:0.6s;transform: scale(1);-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);}
#transform:hover img {transform: scale(1.1);-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);}

/*.transform {transition: color 300ms ease-in 0ms, background 300ms ease-in 0ms, border 300ms ease-in 0ms, height 300ms ease-in 0ms, width 300ms ease-in 0ms;}
.transform * {transition: color 300ms ease-in 0ms, background 300ms ease-in 0ms, border 300ms ease-in 0ms, height 300ms ease-in 0ms, width 300ms ease-in 0ms;}*/
.transform {transition: all 300ms ease-in 0ms;}
.transform * {transition: all 300ms ease-in 0ms;}
.transform:before,
.transform:after {transition: color 300ms ease-in 0ms, background 300ms ease-in 0ms, border 300ms ease-in 0ms;transition-duration:0.4s;-webkit-transition-duration:0.4s;-moz-transition-duration:0.4s;-ms-transition-duration:0.4s;-o-transition-duration:0.4s;}
.transform img {transition:0.6s;transition-duration:0.6s;-webkit-transition-duration:0.6s;-moz-transition-duration:0.6s;-ms-transition-duration:0.6s;-o-transition-duration:0.6s;transform: scale(1);-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);}
.transform:hover img {transform: scale(1.1);-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);}
/*-------------*/
/*tot*/
#header { width:100%;background-color:#fff;}
#header .top_bx {height:120px;width:100%;}
#header .top_bx .cont {width:1200px;height:120px;margin:0 auto;}
#header .top_bx .tel_bx {width:220px;height:40px;background:#f2f2f2 url(../images/tp_tel_inc.png) no-repeat 10px center;padding-left:50px;border-radius:3px; line-height:40px;font-size:18px;color:#da251d;float:left;margin-top:40px;}
#header .top_bx .eml_bx {width:216px;height:40px;background:#f2f2f2 url(../images/tp_eml_inc.png) no-repeat 10px center;padding-left:54px;border-radius:3px; line-height:40px;font-size:18px;color:#da251d;float:right;margin-top:40px;}
#header .top_bx .logo {width:550px;margin:0 auto;text-align:center;}
#header .link_nav {height:64px;width:100%;background:#da251d url(../images/tp_nav_bg.jpg) repeat-x bottom;}
#header .link_nav ul {width:1200px;height:64px;margin:0 auto;}
#header .link_nav ul li {float:left;height:60px;line-height:60px;text-align:center;width:150px}
#header .link_nav ul li a {color:#fff;font-size:16px;}
#header .link_nav ul li:hover {border-bottom:4px solid #4c4c4c;background-color:#4c4c4c;}
#header .link_nav ul .cur {border-bottom:4px solid #4c4c4c;background-color:#4c4c4c;}
/*ind*/
.indx_banner {width:100%;height:600px;position:relative;/*background:no-repeat center center;background-size:auto 100%;*/}
.indx_banner .swiper-banner {width:100%;height:600px;}
.indx_banner .swiper-banner .swiper-slide {background-position:center;background-size:cover;}
.indx_banner .swiper-banner .swiper-button-prev {width:98px;height:34px;border:1px solid #fff;background:url(../images/left_bn_1.png) no-repeat center center;opacity: .8;left:100px;bottom:100px;top:auto;}
.indx_banner .swiper-banner .swiper-button-prev:hover {border:1px solid #ff742b;background:#ff742b url(../images/left_bn_1.png) no-repeat center center;opacity: 1;}
.indx_banner .swiper-banner .swiper-button-next {width:98px;height:34px;border:1px solid #fff;background:url(../images/right_bn_1.png) no-repeat center center;opacity: .8;left:200px;bottom:100px;top:auto;}
.indx_banner .swiper-banner .swiper-button-next:hover {border:1px solid #ff742b;background:#ff742b url(../images/right_bn_1.png) no-repeat center center;opacity: 1;}
.indx_banner .swiper-banner .swiper-pagination {bottom:146px;left:100px;width:200px;font-size:40px;color:#fff;height:50px;line-height:50px;font-weight:100;text-align:left;background:url(../images/hr_bn_1.png) no-repeat 34px center;}
.indx_banner .swiper-banner .swiper-pagination span {opacity: .8;}


.w1020 {width:1020px; margin-left:auto; margin-right:auto;}
.w1100 { width:1100px; margin:0px auto;}
.w1200 { width:1200px; margin:0px auto;}
.w1300 { width:1300px; margin:0px auto;}

#index { width:100%; padding:0px 0px 0px 0px;}

#index .title { width:490px;height:74px;text-align:center;margin:0 auto 40px auto;background:url(../images/tit_bg_1.png) no-repeat center center;}
#index .title h2 {height:40px;margin-bottom:12px;}
#index .title h4 {height:22px;line-height:22px;font-size:16px;color:#8c8c8c;font-weight:normal;}

#index .more_1 {width:214px;height:54px;position:relative;overflow:hidden;margin:40px auto 0 auto;}
#index .more_1 a {display:block;height:50px;line-height:50px;width:155px;text-align:center;border:2px solid #ff742b;font-size:18px;color:#ff742b;background:url(../images/t_m_a_1.png) no-repeat 155px center;padding-right:55px;position:absolute;left:0;top:0;z-index:2;}
#index .more_1:before {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent transparent #ff742b;
  position:absolute;
  bottom: 0;
  left: 0;
  z-index:1;
}
#index .more_1:after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border: solid;
  border-width: 0 0 0 0;
  border-color: transparent #ff742b transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
  z-index:1;
}
#index .more_1:hover a {color:#fff;background:url(../images/t_m_a_1a.png) no-repeat 155px center;}
#index .more_1:hover:before {border-width: 135px 0 0 135px;}
#index .more_1:hover:after {border-width: 0 135px 135px 0;}

/*------*/
#index .RM_products {width:100%;padding:0 0 0 0;}
#index .RM_products .cptj_cont {width:1200px;margin:0 auto;position:relative;padding-top:132px;padding-bottom:128px;}
#index .RM_products .cptj_cont .tit {height:52px;width:240px;background:url(../images/inc_t_03.png) no-repeat left center;padding-left:65px;position:absolute;z-index:10;left:-65px;top:50px;}
#index .RM_products .cptj_cont .tit img { margin-top:7px;}
#index .RM_products .cptj_cont:before {content:'';width:684px;height:400px;position:absolute;background-color:#f2f2f2;z-index:-1;left:-84px;bottom:50%;}
#index .RM_products .cptj_cont .prev {background:#000 url(../images/left_07.png) no-repeat center center;z-index:999;bottom:40px;right:60px;}
#index .RM_products .cptj_cont .next {background:#000 url(../images/right_07.png) no-repeat center center;z-index:999;bottom:40px;right:0;}
#index .RM_products .cptj_cont .btn {width:60px;height:48px;cursor:pointer;position:absolute;}
#index .RM_products .cptj_cont .list-in {position:relative;overflow:hidden;width:100%;height:376px;}
#index .RM_products .cptj_cont .list-in ul li {width:374px;height:370px;float:left;position:relative;margin-right:39px;box-shadow:6px 6px 0px 0px #b2b2b2;background-color:rgba(0,0,0,1);}
#index .RM_products .cptj_cont .list-in ul li img {opacity:1;filter:Alpha(opacity=100);}
#index .RM_products .cptj_cont .list-in ul li .content {position:absolute;width:320px;height:316px;z-index:10;left:26px;top:26px;display:table;border:1px solid #fff;opacity:0;filter:Alpha(opacity=0);}
#index .RM_products .cptj_cont .list-in ul li .content .txt {display:table-cell;vertical-align:middle;text-align:center;}
#index .RM_products .cptj_cont .list-in ul li .content .txt h2 {font-size:24px;color:#fff;line-height:34px;font-weight:normal;margin-bottom:10px;}
#index .RM_products .cptj_cont .list-in ul li .content .txt p {font-size:15px;color:#fff;line-height:22px;padding:0 40px;}
#index .RM_products .cptj_cont .list-in ul li:hover img {opacity:0.4;filter:Alpha(opacity=40);}
#index .RM_products .cptj_cont .list-in ul li:hover .content {opacity:1;filter:Alpha(opacity=100);}

#index .ad_fwlc {width:100%;height:256px;background-color:#3e3e3e;}
#index .ad_fwlc .cont {width:1200px;height:256px;margin:0 auto;}


#index .products {width:100%;padding:40px 0 0 0;}
#index .products .cont {width:1200px;margin:0 auto;}
#index .products .class {width:100%;background-color:#f0f0f0;padding:25px 0 5px 0;}
#index .products .class ul li {width:172px;height:42px;line-height:42px;float:left;border:1px solid #b8b8b8;background:url(../images/inc_01a.png) no-repeat 26px center;padding-left:50px; margin-bottom:20px;border-radius:22px;}
#index .products .class ul li a {font-size:16px;color:#333;}
#index .products .class ul li:hover {border:1px solid #6d6d6d;background:#6d6d6d url(../images/inc_01.png) no-repeat 26px center;}
#index .products .class ul li:hover a {font-size:16px;color:#fff;}
#index .products .class ul .show {border:1px solid #6d6d6d;background:#6d6d6d url(../images/inc_01.png) no-repeat 26px center;}
#index .products .class ul .show a {font-size:16px;color:#fff;}
#index .products .class ul .mr {margin-right:20px;}
#index .products .cp_bx {width:100%;margin-top:26px;}
#index .products .cp_bx ul li {width:386px;float:left;margin-bottom:21px;}
#index .products .cp_bx ul li .img {border:1px solid #4c4c4c;padding:10px;width:364px;height:273px;}
#index .products .cp_bx ul li .txt {background-color:#4c4c4c;padding:10px 20px 14px 20px;}
#index .products .cp_bx ul li .txt h2 {line-height:36px;height:36px;overflow:hidden;}
#index .products .cp_bx ul li .txt h2 a {font-size:22px;color:#fff;}
#index .products .cp_bx ul li .txt p {font-size:15px;color:#fff;line-height:22px;height:44px;overflow:hidden;}
#index .products .cp_bx ul li:hover .img {border:1px solid #da251d;}
#index .products .cp_bx ul li:hover .txt {background-color:#da251d;}
#index .products .cp_bx ul li:hover .txt h2 a {color:#fff;}
#index .products .cp_bx ul #mr {margin-right:21px;}




#index .youshi {width:100%;padding:40px 0 0 0;background-color:#f0f0f0;}
#index .youshi .cont {width:1200px;margin:0 auto;}
#index .youshi .fwzc {width:100%;height:230px;background-color:#4f4f4f;}
#index .youshi .ys_info {width:100%;padding:50px 0;background-color:#fff;}
#index .youshi .ys_info ul {width:370px;float:left;margin-right:45px;background:url(../images/hr_1.jpg) repeat-y 17px;}
#index .youshi .ys_info ul li {width:100%;height:56px;margin-bottom:60px;cursor:pointer;}
#index .youshi .ys_info ul li:last-child {margin-bottom:0;}
#index .youshi .ys_info ul li .inc_bx {height:10px;width:10px;background-color:#fff;border-radius:50%;-moz-border-radius:50%;float:left;}
#index .youshi .ys_info ul li .hr {width:86px;height:1px;margin:17px 20px 0 20px;float:left;}
#index .youshi .ys_info ul li .txt {width:210px;float:left;}
#index .youshi .ys_info ul li .txt h2 {height:32px;line-height:32px;font-size:26px;}
#index .youshi .ys_info ul li .txt p {height:24px;line-height:24px;font-size:18px;text-transform:uppercase;font-family:Arial, Helvetica, sans-serif;}

#index .youshi .ys_info ul li.show_on .inc_bx {border:12px solid #4c4c4c;}
#index .youshi .ys_info ul li.show_on .hr {background-color:#4c4c4c;}
#index .youshi .ys_info ul li.show_on .txt h2 {color:#da251d;}
#index .youshi .ys_info ul li.show_on .txt p {color:#da251d;}

#index .youshi .ys_info ul li.show_off .inc_bx {border:12px solid #b2b2b2;}
#index .youshi .ys_info ul li.show_off .hr {background-color:#b2b2b2;}
#index .youshi .ys_info ul li.show_off .txt h2 {color:#b2b2b2;}
#index .youshi .ys_info ul li.show_off .txt p {color:#b2b2b2;}

#index .youshi .ys_info .content {width:785px;float:left;background-color:#efefef;box-shadow:7px 7px 0px 0px #b2b2b2;}
#index .youshi .ys_info .content .img {height:408px;}
#index .youshi .ys_info .content .text {height:72px;font-size:16px;color:#6f6f6f;line-height:24px;padding:20px;}



                                                                                                                                                     
#index .anli {width:100%;padding:40px 0;background-color:#f2f2f2;}
#index .anli .al_cont {width:1200px;height:280px;margin:0 auto;padding-bottom:128px;position:relative;}
#index .anli .al_cont:after {content:'';width:670px;height:268px;position:absolute;background-color:#fff;z-index:1;right:-60px;bottom:0;}
#index .anli .al_cont .prev {background:#000 url(../images/left_07.png) no-repeat center center;z-index:999;bottom:40px;right:60px;}
#index .anli .al_cont .next {background:#000 url(../images/right_07.png) no-repeat center center;z-index:999;bottom:40px;right:0;}
#index .anli .al_cont .btn {width:60px;height:48px;cursor:pointer;position:absolute;}
#index .anli .al_cont .list-in {position:relative;overflow:hidden;width:100%;height:280px;z-index:999;}
#index .anli .al_cont .list-in ul li {width:384px;height:280px;float:left;position:relative;margin-right:24px;}
#index .anli .al_cont .list-in ul li h2 {display:block;position:absolute;z-index:99;left:0;bottom:0;height:50px;line-height:50px;width:384px;background-color:rgba(0, 0, 0, 0.6);font-weight:normal;padding:0 0px;text-indent: 15px;}
#index .anli .al_cont .list-in ul li h2 a {font-size:18px;color:#fff;}
#index .anli .al_cont .list-in ul li:hover h2 {background-color:rgba(218, 37, 26, 0.8);}



#index .news {width:100%;padding:40px 0 60px 0;}
#index .news .tp_border {width:100%;height:40px;border-top: 1px dashed #ccc;}
#index .news .cont {width:1200px;margin:0 auto;}
#index .news .cont .hot {width:500px;height:501px;float:left;margin-right:40px;position:relative;}
#index .news .cont .hot .txt {width:450px;height:92px;padding:20px 25px;background-color:#da251d;}
#index .news .cont .hot .txt h2 {line-height:26px;line-height:26px;}
#index .news .cont .hot .txt h2 a {font-size:18px;color:#fff;}
#index .news .cont .hot .txt p {font-size:15px;color:#ffccca;line-height:22px;height:66px;}
#index .news .cont .hot:hover .txt {background-color:#4f4f4f;}
#index .news .cont .hot:hover p {color:#d2d2d2;}


#index .news .cont ul {width:660px;height:500px;float:left;border-top:1px solid #e9e9e9;}
#index .news .cont ul li {width:100%;height:74px;float:left;border-bottom:1px solid #e9e9e9;padding:25px 0;}
#index .news .cont ul li .date {width:106px;height:74px;text-align:center;border-right:1px solid #e9e9e9;float:left;}
#index .news .cont ul li .date h2 {font-size:34px;color:#000;height:44px;line-height:44px;}
#index .news .cont ul li .date h4 {font-size:16px;color:#8e8e8d;height:30px;line-height:30px;font-weight:normal;}
#index .news .cont ul li .txt {width:534px;padding:0 0 0 15px;float:left;}
#index .news .cont ul li .txt h2 {height:30px;line-height:30px;font-weight:normal;}
#index .news .cont ul li .txt h2 a {font-size:20px;color:#000;}
#index .news .cont ul li .txt p {line-height:20px;font-size:15px;color:#8e8e8d;padding-top:8px;}
#index .news .cont ul li:hover .date h2 {color:#da251d;}
#index .news .cont ul li:hover .date h4 {color:#f15f59;}
#index .news .cont ul li:hover .txt h2 a {font-size:20px;color:#da251d;}
#index .news .cont ul li:hover .txt p {color:#f15f59;}



#index .about {width:100%;padding:0 0 0 0;background-color:#f5f5f5;}
#index .about .cont {width:1200px;margin:0 auto;}
#index .about .us_info {height:500px;width:100%;}
#index .about .us_info .img {width:50%;height:500px;float:left;background-repeat:no-repeat;background-position:right center;}
#index .about .us_info .content {width:50%;height:500px;float:left;background-color:#f3f3f3;}
#index .about .us_info .content .bx {width:546px;padding-left:54px;margin-top:83px;}
#index .about .us_info .content .bx h2 {height:32px;line-height:32px;font-size:26px;color:#333;padding-bottom:40px;border-bottom:1px solid #333;margin-bottom:18px;}
#index .about .us_info .content .bx .text {height:130px;font-size:16px;color:#616162;line-height:26px;margin-bottom:25px;overflow:hidden;}
#index .about .us_info .content .bx ul {height:108px;}
#index .about .us_info .content .bx ul li {width:25%;float:left;text-align:center;position:relative;padding:10px 0;}
#index .about .us_info .content .bx ul li:after {content:'';position:absolute;height:100%;right:0;bottom:0;border-right:1px dashed #d9d9d9;}
#index .about .us_info .content .bx ul li:last-child:after {border-right:0;}
#index .about .us_info .content .bx ul li .inc {height:50px;margin-bottom:14px;text-align:center;}
#index .about .us_info .content .bx ul li  h3 {height:24px;line-height:24px;font-weight:normal;}
#index .about .us_info .content .bx ul li  h3 a {font-size:16px;color:#333;}
/*32 + 40 + 1 + 16 + 130 + 20 + 50 + 14 + 24=327*/
#index .about .us_num {width:100%;height:200px;background-image:url(../images/bg_us_num_2.jpg);}
#index .about .us_num .bx {width:100%;height:200px;background-image:url(../images/bg_us_num_1.png);}
#index .about .us_num ul {width:1200px;height:200px;margin:0 auto;}
#index .about .us_num ul li {width:20%;text-align:center;float:left;position:relative;margin-top:58px;}
#index .about .us_num ul li:after {content:'';position:absolute;height:100%;right:0;bottom:0;border-right:1px dashed #d9d9d9;}
#index .about .us_num ul li:last-child:after {border:0;}
#index .about .us_num ul li .num {color:#fff;font-size:44px;line-height:54px;height:54px;font-family:"Number DIN";}
#index .about .us_num ul li p {font-size:16px;color:#fff;line-height:30px;height:30px;overflow:hidden;text-overflow:ellipsis;}

/*------*/


.kstd_bx { background-color:#f2f3f7; width:100%; padding:30px 0;}
.kstd_bx .cont { width:1100px; margin:0 auto;}
.kstd_bx .cont .tit_bt {height:30px;width:100%;background: url(../images/kstd_bg_02.jpg) repeat-x center center; margin-bottom:30px;}
.kstd_bx .cont .tit_bt h3 {width:195px; height:30px; margin:0 auto; background-color:#f2f3f7;}
.kstd_bx .cont .text { border:1px #bcbebd solid;}
.kstd_bx .cont .text .class_list_1 { height:60px; width:100%;}
.kstd_bx .cont .text .class_list_1 h2 { padding-top:20px; height:40px; line-height:40px; width:119px;border-right:1px #bcbebd solid; text-align:center; font-size:16px; color:#666; float:left;display: block;}
.kstd_bx .cont .text .class_list_1 ul {padding:20px 20px 0 20px; height:40px; width:938px; float:left;}
.kstd_bx .cont .text .class_list_1 ul li { font-size:14px; line-height:40px; float:left; padding-left:30px; color:#666;}
.kstd_bx .cont .text .class_list_1 ul li a {font-size:14px; line-height:40px;color:#666;}
.kstd_bx .cont .text .class_list_2 { height:40px; width:100%;}
.kstd_bx .cont .text .class_list_2 h2 {height:40px; line-height:40px; width:119px;border-right:1px #bcbebd solid; text-align:center; font-size:16px; color:#666;display: block;}
.kstd_bx .cont .text .class_list_2 ul {padding:0 20px; height:40px; width:938px; float:left;}
.kstd_bx .cont .text .class_list_2 ul li { font-size:14px; line-height:40px; float:left; padding-left:30px; color:#666;}
.kstd_bx .cont .text .class_list_2 ul li a {font-size:14px; line-height:40px;color:#666;}
.kstd_bx .cont .text .class_list_3 { height:60px; width:100%;}
.kstd_bx .cont .text .class_list_3 h2 { padding-bottom:20px; height:40px; line-height:40px; width:119px;border-right:1px #bcbebd solid; text-align:center; font-size:16px; color:#666;display: block;}
.kstd_bx .cont .text .class_list_3 ul {padding:0 20px 20px 20px; height:40px; width:938px; float:left;}
.kstd_bx .cont .text .class_list_3 ul li { font-size:14px; line-height:40px; float:left; padding-left:30px; color:#666;}
.kstd_bx .cont .text .class_list_3 ul li a {font-size:14px; line-height:40px;color:#666;}



#index a.more1 {
	font-size:14px;
	color:#666666;
	line-height:26px;
	margin-top:9px;
	margin-right:10px;
	padding-right:31px;
	float:right;
	background-image: url(../images/ico_indx.png);
	background-repeat: no-repeat;
	background-position: 65px -440px;
	display: block;
}
#index a.more1:hover {color: #0063a7;text-decoration: none;}
#index a.more2 {
	font-size:14px;
	color:#666666;
	line-height:26px;
	margin-top:9px;
	margin-right:10px;
	padding-right:31px;
	float:right;
	background-image: url(../images/ico_indx.png);
	background-repeat: no-repeat;
	background-position: 65px -478px;
	display: block;
}
#index a.more2:hover {color: #0063a7;text-decoration: none;}

#index a.more3 {
	font-size:14px;
	color:#323232;
	line-height:26px;
	margin-top:9px;
	margin-right:10px;
	padding-right:20px;
	float:right;
	background-image: url(../images/more_ic.gif);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
}
#index a.more3:hover {color: #FF3300;text-decoration: none;}





/*footer*/
#footer {width:100%;padding:35px 0 0 0;background:url(../images/ft_bg.jpg) repeat-y center;}
#footer .w_1200 { width:1200px; margin-left:auto; margin-right:auto;}
#footer .mid_nav {width:920px; float:left;padding-bottom: 25px; padding-top:15px;}
#footer .mid_nav .foot_nav {width:100%;float:left;}
#footer .mid_nav .foot_nav ul { width:25%; float:left;}
#footer .mid_nav .foot_nav ul h3 a,
#footer .mid_nav .foot_nav ul h3 { font-size:16px; color:#FFFFFF; line-height:32px;}
#footer .mid_nav .foot_nav ul li { font-size:15px; line-height:26px; color:#b5b5b5;}
#footer .mid_nav .foot_nav ul li a {font-size:15px; line-height:26px; color:#b5b5b5;}
#footer .contacts {width:260px;padding-left:20px;float:left; padding-top:15px;}
#footer .contacts h2 {font-size:16px;color:#FFFFFF;line-height:32px;}
#footer .contacts p {padding-top:15px;font-size:16px;color:#b5b5b5;line-height:26px;}
#footer .contacts p a {color:#b5b5b5;}
#footer .contacts p span {display:block;height:26px;line-height:26px;font-size:16px;color:#b5b5b5;background-repeat:no-repeat;background-position:left center;padding-left:32px;}

#footer .bottom {width:100%; margin:0 auto; line-height:26px; font-size:14px; color:#fff; padding:20px 0; background-color:#da251d;} 
#footer .bottom a {line-height:26px; font-size:14px; color:#fff;}

.footer_fot { width:100%; padding:20px 0; background-color:#3d4449; color:#a6acbc; font-size:13px; line-height:26px; text-align:center;}
.footer_fot a {color:#a6acbc;font-size:13px;}
.footer_fot .cont { width:1200px; margin:0 auto;}


</pre></body></html>